Skip to content

Use fully qualified SectionProxy for MO basis_set_ref#331

Merged
EBB2675 merged 1 commit intodevelopfrom
fix-mo-ref
Feb 26, 2026
Merged

Use fully qualified SectionProxy for MO basis_set_ref#331
EBB2675 merged 1 commit intodevelopfrom
fix-mo-ref

Conversation

@EBB2675
Copy link
Collaborator

@EBB2675 EBB2675 commented Feb 25, 2026

Purpose

This PR fixes MolecularOrbitals.basis_set_ref by replacing a local SectionProxy target with a fully-qualified section path.

Scope

Included

  • In src/nomad_simulations/schema_packages/properties/molecular_orbitals.py:
  • from:
    • SectionProxy('AtomCenteredBasisSet')
  • to:
    • SectionProxy('nomad_simulations.schema_packages.basis_set.AtomCenteredBasisSet')

Context & Links

Reminder: Link related issues or PRs (in the sidebar or below). Add short description for any needed context.

Reviewer Notes

Anything reviewers should pay special attention to? Trade-offs, known limitations, or areas of uncertainty.

Status

  • Draft / In progress
  • Ready for review
  • Blocked (explain):

Breaking Changes

  • None
  • (explain):

Dependencies / Blockers

  • None
  • Open design questions (explain):
  • External dependencies (explain):

Testing / Validation

How was this change validated?

  • None (explain):
  • Unit tests
  • Integration tests
  • Manual testing (explain):

@JFRudzinski
Copy link
Collaborator

Should we replace section proxies in this same way throughout? If so can you create an issue?

@EBB2675
Copy link
Collaborator Author

EBB2675 commented Feb 26, 2026

Should we replace section proxies in this same way throughout? If so can you create an issue?

will do 👍

@EBB2675 EBB2675 merged commit 46a4938 into develop Feb 26, 2026
6 checks passed
@EBB2675 EBB2675 deleted the fix-mo-ref branch February 26, 2026 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants